projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74db72
)
(make-auto-save-file-name): Rename local `filename' to `file-name'.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jun 2002 19:25:48 +0000
(19:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jun 2002 19:25:48 +0000
(19:25 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 02457b23a8cd0130bd9a7166cada53cb2a45a05f..bb712ba87cb1c031eddb8626fbbba60fa2e19472 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-3501,7
+3501,7
@@
See also `auto-save-file-name-p'."
(let ((buffer-name (buffer-name))
(limit 0)
- filename)
+ file
-
name)
;; Eliminate all slashes and backslashes by
;; replacing them with sequences that start with %.
;; Quote % also, to keep distinct names distinct.